linefeed - meaning and definition. What is linefeed
Diclib.com
Online Dictionary

What (who) is linefeed - definition

SPECIAL CHARACTER IN COMPUTING SIGNIFYING THE END OF A LINE OF TEXT
Line feed; Line Feed; CRLF; End-of-line; Line endings; End of Line; Control-J; Ctrl-J; New line character; \n; CR/LF; /n; /N; /R/N; /r/n; \r\n; \R\N; Hard return; New-line; Linebreak; End of line; Endl; Linefeed; Line-feed; Line-feeds; ␊; ␤; Line break (computing); ASCII 10; ␍␊; Crlf; Line end; 0D 0A; 0d 0a; Line ending; Line breaking character; \n\r; ^J; CR LF; …; U+0085; Translation mode; Newlines; LF (ASCII); Line separator; Paragraph separator; 0x0a; 0x0A; \xA; \x0A; U+000A; EOL character; End of line character; End-of-line character; Line ending character; Line end character; Newline character; &NewLine
  • Newline inserted between the words "Hello" and "world"
  • A [[text file]] created with [[gedit]] and viewed with a [[hex editor]]. Besides the text objects, there are only EOL markers with the [[hexadecimal]] value 0A.

linefeed         
¦ noun the action of advancing paper in a printing machine by the space of one line.
?Computing the analogous movement of text on a VDU screen.
Steve Linford         
  • Steve Linford, 2010
CEO OF THE SPAMHAUS PROJECT
Stiff Linefeed; Linford, Steve
Stephen John "Steve" Linford (born 12 December 1956) is a British entrepreneur and anti-spam campaigner best known for founding The Spamhaus Project.About Spamhaus
newline         
<character, jargon> /n[y]oo'li:n/ Line feed or other character sequence used to terminate a line of text. Unix uses line feed as its text line terminator - a Bell-Labs-ism rather than a Berkeleyism. Interestingly (and unusually for Unix jargon), it is said to have originally been an IBM usage. Though the term "newline" appears in ASCII standards, it never caught on in the general computing world before Unix. The encoding of line feed as " " in C and Unix strings comes from this name. The term has been used more generally for any end of line character, character sequence (e.g. crlf), or operation (like Pascal's writeln procedure or Lisp 1.5's terpri) required to terminate a text record or separate lines. [Jargon File] (1997-07-14)

Wikipedia

Newline

Newline (frequently called line ending, end of line (EOL), next line (NEL) or line break) is a control character or sequence of control characters in character encoding specifications such as ASCII, EBCDIC, Unicode, etc. This character, or a sequence of characters, is used to signify the end of a line of text and the start of a new one.